Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcs] add organization and vendor name VCS attributes #1997

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

afonsonf
Copy link

@afonsonf afonsonf commented Mar 16, 2025

Fixes #1452

Changes

Add organization and vendor name to VCS attribute list

Merge requirement checklist

Copy link

linux-foundation-easycla bot commented Mar 16, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@github-actions github-actions bot added the enhancement New feature or request label Mar 16, 2025
@afonsonf afonsonf marked this pull request as ready for review March 17, 2025 10:18
@afonsonf afonsonf requested review from a team as code owners March 17, 2025 10:18
@kamphaus
Copy link
Contributor

Content-wise it looks good to me.
However there are a few failing checks that have to be fixed before this PR can be merged.

@afonsonf afonsonf force-pushed the 1452-add-organization-and-vendor-name-to-vcs-attributes branch from ff5a94d to 69e67f8 Compare March 17, 2025 22:06
Signed-off-by: Afonso Fernandes <21228942+afonsonf@users.noreply.github.com>
Signed-off-by: Afonso Fernandes <21228942+afonsonf@users.noreply.github.com>
@afonsonf afonsonf force-pushed the 1452-add-organization-and-vendor-name-to-vcs-attributes branch from 69e67f8 to 3b78025 Compare March 20, 2025 13:08
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to recommend these metrics have those attributes on them, or do we want to say they are opt in?

examples:
[
"my-org",
"myteam",
Copy link
Contributor

@adrielp adrielp Mar 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hadn't thought of owner as a team name. I think service.namespace can be considered a team name as well. I'd be fine w/ owner being a team name I think, but also I'd add maybe a group/subgroup level of ownership. Or business unit as an example? Curious to know your thoughts.

Suggested change
"myteam",
"myteam",

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the myteam was one of the examples in the issue, is service.namespace a new attribute to be added to vcs?
I added business-unit as an example

afonsonf and others added 3 commits March 22, 2025 13:12
Co-authored-by: Adriel Perkins <adriel@adrielperkins.com>
Signed-off-by: Afonso Fernandes <21228942+afonsonf@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Needs More Approval
Development

Successfully merging this pull request may close these issues.

Add organization name to attribute list when entity definition becomes clearer
3 participants